'Declaration Public Overloads Shared Function Exec( _ ByVal dataSource As IEnumerable, _ ByVal view As Dictionary(Of String,Object), _ ByVal cancelToken As CancellationToken, _ ByVal progress As ProgressDelegate _ ) As Task(Of Dictionary(Of Object(),Object()))
Parameters
- dataSource
- Data source collection containing data for aggregation.
- view
- View definition. It is obtained from a view in JSON format using System.Web.Script.Serialization.JavaScriptSerializer.Deserialize.
- cancelToken
- Enables task cancellation.
- progress
- Callback function to report progress updates.
Return Value
View execution (aggregation) result